ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ScatterMapLayer<T> Class / Binding Property






In This Topic
    Binding Property (ScatterMapLayer<T>)
    In This Topic
    Gets or sets the binding for the layer.
    Syntax
    'Declaration
     
    
    Public Property Binding As System.String
    'Usage
     
    
    Dim instance As ScatterMapLayer(Of T)
    Dim value As System.String
     
    instance.Binding = value
     
    value = instance.Binding
    public System.string Binding {get; set;}
    public read-write property Binding: System.String; 
    public function get,set Binding : System.String
    public: __property System.string* get_Binding();
    public: __property void set_Binding( 
       System.string* value
    );
    public:
    property System.String^ Binding {
       System.String^ get();
       void set (    System.String^ value);
    }
    Remarks
    The binding can include two comma-separated property names (longitude and latitude) 'lon,lat' or a single property name that contain a pair of geographical coordinates.
    See Also